@@ -22,6 +22,7 @@ |
||
22 | 22 |
heroku git:clone --app <%= content_tag :var, app_name %> |
23 | 23 |
cd <%= content_tag :var, app_name %> |
24 | 24 |
bundle |
25 |
+cp .env.example .env |
|
25 | 26 |
bin/setup_heroku |
26 | 27 |
<%- end %> |
27 | 28 |
|